html, body{
	background: #272634;
}
.header{
	display: block;
	background: #3E3E3E;
	padding:5px 0px;
	position:relative;
	z-index: 10;
}
.header-block{
	display: flex;
	align-items: center;
	max-width: 1116px;
	margin: auto;
	justify-content: space-between;
	position: relative;
}
.header-box ul{
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
}
.header-box li{
	margin: 0px;
	padding: 0px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	text-transform: capitalize;
	color: #9A9A9A;
}
.header-box li:hover{
	color: #00FFCE;
}
ul.submenu{
	display: none;
	background: #3E3E3E;
	padding: 15px 20px;
	position: absolute;
	width: 250px;
}
.submenu li{
	text-align: left;
	margin-bottom: 17px;
}
.submenu-active{
	display: block !important;
}
.header-box a{
	text-decoration: none;
}
.login{
	background: linear-gradient(180deg, #4EC1A9 0%, #0F7763 100%);
	border-radius: 10px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	padding: 16px 22px;
}
.login:hover{
	background: linear-gradient(180deg, #0F7763 100%, #4EC1A9 0%);
}
.regist{
	background: linear-gradient(180deg, #DC3B21 0%, #810A00 100%);
	border-radius: 10px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	padding: 16px 11px;
	margin-left: 10px;
}
.regist:hover{
	background: linear-gradient(180deg, #810A00 100%, #DC3B21 0%);
}
.header-box:nth-child(3){
	width: 50%;
	margin-right: 5%;
}
.header-box:nth-child(4){
	display: flex;
}
.regist:hover,
.login:hover{
	color: #fff;
}
.mobil-menu{
	display: none;
}
.menu-list{
	display: none;
	flex-flow: column;
	width:calc(100% + 10px);
	position: absolute;
	background: #3E3E3E;
	top: 60px;
	left:0px;
	margin: 0px 0px 0px -5px;
	padding: 0px;
	border-radius: 0px 0px 30px 30px;
}
.menu-list a{
	display: block;
	width: 100%;
	margin: 7px 0px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	text-transform: capitalize;
	color: #9A9A9A;
	text-decoration: none;
}
.menu-list li{
	display: block;
	width: 100%;
}
.menu-trigger{
	position: relative;
	display: block;
	width: 23px;
	height: 3px;
	background: #00FFCE;
	transition: all 0.5s;
}
.menu-trigger:before{
	content: '';
	position: absolute;
	top: -10px;
	left:0;
	width: 100%;
	display: block;
	height: 3px;
	background: #00FFCE;
}
.menu-trigger:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left:0;
	width: 70%;
	display: block;
	height: 3px;
	background: #00FFCE;
}
.menu-list-active{
	display: flex;
}
.menu-overlay-active{
	display: block;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top:0px;
	left:0px;
	width: 100vw;
	height: 100vh;
	z-index: 5;
}
.overfvow{
	overflow: hidden !important;
}
.header-content{
	display: flex;
	justify-content:space-between;
	max-width: 1116px;
	margin: 20px auto;
}
.header-content-box:nth-child(1){
	width: 74%
}
.header-content-box:nth-child(2){
	width: 24%
}
.header-slider a{
	width: 100%;
	position: relative;
	z-index: 5;
	border-radius: 10px;
	overflow:hidden;
}
.header-slider{
	display: flex;
	align-items: center;
}
.slick-arrow{
	position: absolute;
}
.next{
	right: -25px;
	z-index: 10;
}
.prev{
	left: -25px;
	z-index: 10;
	transform: rotate(180deg);
}
.bonus-img{
	margin-top: -12px;
}
.big-btn{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	background: linear-gradient(180deg, #4EC1A9 0%, #0F7763 100%);
	border-radius: 10px;
	display: block;
	width: 100%;
	margin: 20px 0px;
	padding: 16px 0px;
}
.big-btn:hover{
	background: linear-gradient(180deg, #0F7763 100%, #4EC1A9 0%);
}
.game-block{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top:-20px;
}
a.game-box{
	text-decoration: none;
}
.game-box{
	width: 32%;
	flex: 0 1 auto;
	margin-top: 20px;
}
.game-box img{
	display: block;
	width: 100%;
	border-radius: 10px;
}
.game-box span{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	margin-top: 10px;
	display: block;
}
.btn-get-fon{
	background-repeat: no-repeat;
	background-position: center;
	background: linear-gradient(180deg, #4EC1A9 0%, #0F7763 100%);
	border-radius: 10px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	width: fit-content;
	padding: 11px 50px;
	margin: 0px auto 20px auto;
	display: block;
	text-decoration: none;
}
.btn-get-fon:hover{
	background: linear-gradient(180deg, #0F7763 100%, #4EC1A9 0%);
}
.red-btn{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	text-transform: capitalize;
	color: #FFFFFF;
	background: linear-gradient(180deg, #DC3B21 0%, #810A00 100%);
	border-radius: 10px;
	position: relative;
	width: 100%;
	padding: 18px 0px 18px 15px;
	display: block;
	text-decoration: none;
	margin: 10px 0px;
	transition: all 0.5s;
}
.red-btn:hover{
	background: linear-gradient(180deg, #810A00 100%, #DC3B21 0%);
}
.red-btn:before{
	content:'';
	position: absolute;
	display: block;
	width: 42px;
	height: 34px;
	background-image: url('../img/red-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	right: 5px;
	top: 21%;
}
.footer-title{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	text-transform: uppercase;
	color: #00FFCE;
}
.footer-block{
	background: #3E3E3E;
	padding: 50px 71px;
}
.footer-commet-block{
	display: flex;
	flex-flow:column;
}
.fcb-block{
	margin: 10px 0px;
	border: 2px solid #00FFCE;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	padding: 20px 24px;
}
.fcb-box:nth-child(1) {
    width: 14%;
}
.fcb-box:nth-child(2){
	width: 85%;
}
.fcb-box .name{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #00FFCE;
	margin: 0px 0px 5px 0px;
}
.fcb-box .data{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #DC3B21;
	margin: 5px 0px;
}
.fcb-box p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 5px 0px;
}
.fcb-box:nth-child(2){
	display: flex;
	flex-flow: column;
}
.form-title{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	text-transform: uppercase;
	color: #00FFCE;
}
.label{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #00FFCE;
	display: block;
	margin: 20px 0px 10px 0px;
}
.two-block{
	display: flex;
	justify-content: space-between;
}
.two-block div{
	width: 48%;
}
.description{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #00FFCE;
}
.checkbox{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin-top: 20px;
}
.checkbox p{
	font-weight: 500;
	margin: 0px;
}
.checkbox div:nth-child(1){
	width: 44px;
}
.checkbox div:nth-child(2){
	width: 90%;
}
.checkbox input[type="text"]{
	height: 44px;
}
textarea,
input[type="text"]{
	width: 100%;
	background: #F5F5F5;
	border: 2px solid #00FFCE;
	border-radius: 10px;
}
input[type="text"]{
	height: 70px;
}
.footer-block .btn-get-fon{
	margin-top: 50px;
}
.menu-trigger-active:after{
	display: none;
}
.menu-trigger-active{
	transform: rotate(45deg);
	transition: all 0.5s;
}
.menu-trigger-active:before {
    transform: rotate(-90deg) translate(-11px, 0px);
}
.current-menu li{
	color: #00FFCE;
}
@media screen and (max-width: 790px){
	.regist{
		padding:7px 9px;
		font-size: 13px;
		line-height: 16px;
	}
	.login{
		padding:7px 12px;
		font-size: 13px;
		line-height: 16px;
	}
	.game-box{
		width: 48%;
		flex: 0 1 auto;
		margin-top: 20px;
	}
	.header{
		padding: 5px;
	}
	.header-box:nth-child(3){
		display: none;
	}
	.header-box:nth-child(2){
		width: 92px;
		margin-right: 40px;
	}
	.mobil-menu{
		display: block;
		width: 30px;
	}
	.header-content-box:nth-child(2){
		display: none;
	}
	.header-content-box:nth-child(1){
		width: 100%;
	}
	.next,
	.prev{
		display: none !important;
	}
	.header-content{
		padding: 0px 5px;
	}
	.game-box span{
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
	}
	.big-btn{
		font-weight: 900;
		font-size: 16px;
		line-height: 19px;
		padding: 10px 0px;
	}
	.footer-block{
		padding: 10px 5px;
	}
	.footer-title{
		font-size: 20px;
		line-height: 24px;
	}
	.fcb-box p{
		font-size: 12px;
		line-height: 17px;
		margin: 2px 0px;
	}
	.fcb-block{
		padding: 10px;
	}
	.fcb-box:nth-child(1) {
		width: 20%;
	}
	.fcb-box .name{
		font-size: 16px;
		line-height: 19px;
		margin: 0px 0px 2px 0px;
	}
	.fcb-box .data{
		font-size: 14px;
		line-height: 17px;
		margin: 2px 0px;
	}
	.fcb-box:nth-child(2) {
		width: 78%;
	}
	.form-title{
		font-size: 20px;
		line-height: 24px;
	}
	.description{
		font-size: 15px;
		line-height: 18px;
	}
	.label{
		margin: 10px 0px
	}
	.footer-block .btn-get-fon{
		font-size: 14px;
		line-height: 17px;
	}
	.checkbox p{
		font-size: 12px;
		line-height: 14px;
	}
	.checkbox div:nth-child(2) {
		width: 80%;
	}
}